home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / EDITOR / HHV304.ARJ / README < prev    next >
Text File  |  1992-03-02  |  7KB  |  208 lines

  1.                HYPERHELPER 3.04 TRIAL KIT README
  2.                        March 1, 1992
  3.               
  4. INTRODUCTION
  5.  
  6. Enclosed is your HyperHelper Trial Kit. You should have
  7. the following files:
  8.  
  9.   HCS.EXE     Shareware version of the HyperHelper Compiler
  10.   HH.EXE      The HyperHelper Browser
  11.   HHCFG.EXE   The HyperHelper Configuration Utility
  12.   HP.EXE      The HyperHelper Print Utility
  13.   MAN.HTX     On-line HyperHelper Manual
  14.   ORDER       Order Form
  15.   README      This readme
  16.   SAMPLE.TXT  Sample HyperHelper source file
  17.  
  18. The browser HH has been pre-configured to load the manual
  19. MAN.HTX. All you need to do to browse the manual is type:
  20.  
  21.   HH
  22.  
  23. from the command-line. To see the browser command-line
  24. options, use:
  25.  
  26.   HH /h
  27.  
  28. To print out the manual to your printer, use
  29.  
  30.   HP MAN >prn
  31.  
  32.  
  33. *********************************************
  34. *** IMPORTANT: PLEASE READ THE FOLLOWING! ***
  35. *********************************************
  36.  
  37. IF THE BROWSER LOCKS UP ON YOU, read below for
  38. some possible reasons:
  39.  
  40. I. Your computer is non-standard in some way in the upper
  41.    memory area (between 640K-1MB), and causes HyperHelper's
  42.    automatic scan of this area to lock up. 
  43.  
  44.    Solution: Try using the -xh option, which will prevent HyperHelper
  45.    from scanning the upper memory area. If you use this option,
  46.    then you may NOT load HyperHelper into the upper memory area
  47.    using the DOS loadhigh command.
  48.  
  49. II. If you are using QEMM 6.0 or NetWare, and use the -lim option,
  50.     the browser may lock up. Try using the new -limc option,
  51.     (which moves code but not data, see V3.03a notes), which has
  52.     been known to clear up problems with QEMM and NetWare.
  53.  
  54. III. Your mouse driver is old, or is not a true Microsoft 
  55.      compatible driver. 
  56.  
  57.     Solution: Try using the -mo- option which disables the use of 
  58.     the mouse in the browser. (Notice the dash before AND after "mo".)
  59.     If this clears up the problem, then either use this option all the
  60.     time, or try to update to the latest mouse driver you can.
  61.  
  62. MOUSE DRIVERS:
  63.  
  64. If you have a Logitech mouse with an old driver (pre-V5.0),
  65. the mouse action will not work properly in HyperHelper.
  66. Update to V5.0 or higher of the driver to correct the problem.
  67.  
  68. Also, the browser will lock up if you are using a TrueMouse
  69. driver, (purportedly supplied by NorthGate.) Even though this
  70. driver is supposed to be 100% Microsoft compatible, it
  71. apparently isn't! The same symptoms occur with some Mouse System
  72. mouse drivers.
  73.  
  74. Try to use the latest mouse driver you can, and if at all
  75. possible, use a true Microsoft mouse driver.
  76.  
  77.   
  78. UPDATE HISTORY: CHANGES TO HH SINCE THE MANUAL WAS PRINTED
  79. ===========================================================
  80.  
  81. V3.04:
  82.  
  83.    Fixed card export to file function. Fixed the critical
  84.    error handler. Fixed some bugs in hhcfg.exe. Fixed the 
  85.    TSR browser so that it properly resets to "-r" popup
  86.    mode at the end of each popup.
  87.  
  88. V3.03d:
  89.   
  90.    Fixed the Home/End key action on card pick lists.
  91.  
  92. V3.03c:
  93.  
  94.    Fixed a problem with UNDO working incorrectly when a
  95.    file link has been executed, and the current directory
  96.    has changed.
  97.  
  98. V3.03b:
  99.  
  100.    Fixed a problem which prevented the context-sensitive
  101.    screen scan to work properly with topics that contain
  102.    extended ASCII characters, such as é and â.
  103.  
  104. V3.03a:
  105.  
  106.    Added a -limc option to the browsers. This tells HH to
  107.    load in lim (expanded memory) as with the -lim option,
  108.    but to only store code there, not data. (The data stays
  109.    down in lower memory.) The -limc option clears up problems
  110.    when using HH with QEMM 6.0 and/or NetWare, and/or OS/2.
  111.  
  112. V3.03:
  113.  
  114.   DESIGN CHANGE: Changed the topic matching algorithm for 
  115.   context-sensitive popups so that the *largest* topic 
  116.   possible is returned, rather than the smallest. For 
  117.   instance, given the two topics "test" and "test result", 
  118.   in the following scenario,"test result" is returned for 
  119.   V3.03, whereas in prior versions, "test" was returned:
  120.  
  121.   "The test results were turned in on Monday".
  122.           ^cursor here
  123.  
  124. V3.02a:
  125.  
  126.   Fixed problems with $FILE and $EXEC link.
  127.  
  128. V3.02:
  129.  
  130.   Fixed some problems with the newly added -xh option.
  131.  
  132.   Fixed a bug that prevented a $FILE link that is preceded
  133.   by a normal card link on the same line from working. The
  134.   same problem occurred and has been fixed for $EXEC links
  135.   as well.
  136.  
  137.   The TSR code has been made more robust.
  138.  
  139. V3.01a:
  140.  
  141.   Fixed #default card link last command to work properly inside 
  142.   cards.
  143.  
  144.   Fixed a problem where you couldn't use a '!' character in
  145.   a card caption, even if the link marker was changed to some 
  146.   other character.
  147.  
  148.   Also, added the -xh browser option to alleviate the browser
  149.   locking up immediately on some machines. (See below.)
  150.  
  151. V3.01:
  152.  
  153.   Using a hotkey and using a software interrupt to popup the
  154.   browser are now mutually exclusive. When using the -i browser
  155.   option, the hotkey is automatically disabled. Allowing both
  156.   to work at the same time caused incorrect operation.
  157.  
  158.   Fixed a bug in hhcfg.exe that sometimes prevented you from 
  159.   setting colors via the #attributes command.
  160.  
  161. V3.0e:
  162.   
  163.   Fixes bug in V3.0d that crept in: print function always said
  164.   "printer not ready".
  165.  
  166. V3.0d:
  167.  
  168.   Fixes HH sometimes locking up in screen modes larger than 80x25,
  169.   and fixes HH sometimes locking up when zooming using the mouse.
  170.  
  171.  
  172. V3.0c:
  173.  
  174.   This version fixes further the Tandy computer problem. Specifically,
  175.   hhcfg should now work properly on Tandy's. Also, a bug in the printer
  176.   routine was fixed.
  177.  
  178.   ONE DESIGN CHANGE: Upon exiting the browser, HyperHelper returns an
  179.   exit code equal to the number of the card at the time of exiting.
  180.   Earlier versions returned a 0. As with earlier versions, you can
  181.   still force an exit code of your own choosing via the $QUIT link.
  182.  
  183. V3.0b: 
  184.  
  185.   This version fixes some miscellaneous bugs in the first release. 
  186.   These fixes have to do with getting HH to work properly on Tandy 
  187.   computers, and getting the compiler to gracefully handle missing
  188.   link markers in certain situations and a problem of having menus
  189.   too long.
  190.  
  191.   Also, the new browsers will now work properly in TSR mode
  192.   in conjunction with MSDOS 5.0 EDIT, and QBASIC.
  193.  
  194. V3.0: 
  195.  
  196.   Initial Version 3 release
  197.  
  198.  
  199. TO ORDER
  200. ===================================================
  201.  
  202. Print out the file called "order" and fill in blanks. Send your 
  203. order to:
  204.  
  205.   Azarona Software, P.O. Box 768, Conifer, CO  80433
  206.  
  207. If you have questions, call (303) 697-1088 (daytime)
  208.